home *** CD-ROM | disk | FTP | other *** search
/ .net 62 / dotnet_62_cd1.iso / pc / Redac / Scripts / net 58 Décembre 2001 / HTML / code html.txt next >
Encoding:
Text File  |  2001-10-15  |  998 b   |  43 lines

  1.  ((1))
  2. <form action="mailto:webmaster@abc.fr?subject='formulaire visiteur'" method="post" name="inscription">
  3.  
  4. ((2))
  5. <input type="hidden" name="source" value="mon site">
  6.  
  7. ((3))
  8. <p>Votre <b><font color="#ff6600">n</font></b>om<br>
  9. <input type="text" name="nom" size=20 maxlength=30 value="Qui êtes-vous ?" accesskey="n">
  10. </p>
  11.  
  12. ((4))
  13. <p>Votre <b><font color="#ff6600">m</font></b>ot de passe<br>
  14. <input type="password" name="motdepasse" size=10 maxlength=10 accesskey="m">
  15. </p>
  16.  
  17. ((5))
  18. <p>
  19. <input type="radio" name="bouton" value="inscription" checked> inscription<br>
  20. <input type="radio" name="bouton" value="annulation"> annulation<br>
  21. </p>
  22.  
  23. ((6))
  24. <p>
  25. <input type="checkbox" name="age" value="25ans"> Vous avez moins de 25 ans
  26. </p>
  27.  
  28. ((7))
  29. <p>Vos <b><font color="#ff6600">c</font></b>ommentaires<br>
  30. <textarea name="commentaires" cols=35 rows=5 wrap="physical" accesskey="c">
  31. </textarea>
  32. </p>
  33.  
  34. ((8))
  35. <p>
  36. <input type="submit" value="Envoyer">
  37. <input type="reset" value="Annuler">
  38. </p>
  39.  
  40. ((9))
  41. </form>
  42.  
  43.